crypto/tls.clientHandshakeStateTLS13.sendClientCertificate (method)

2 uses

	crypto/tls (current package)
		handshake_client_tls13.go#L148: 	if err := hs.sendClientCertificate(); err != nil {
		handshake_client_tls13.go#L761: func (hs *clientHandshakeStateTLS13) sendClientCertificate() error {